home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8557 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  833 b 

  1. Path: sparky.insinc.net!netrover!news
  2. From: charrick@netrover.com
  3. Newsgroups: comp.lang.c
  4. Subject: C/C++ cross-platform compatibility
  5. Date: 4 Mar 1996 23:51:16 GMT
  6. Organization: netROVER Inc., Toronto, Canada
  7. Message-ID: <4hfvlk$dn1@bay>
  8. Reply-To: charrick@netrover.com
  9. NNTP-Posting-Host: sherbrook12.netrover.com
  10. X-Newsreader: IBM NewsReader/2 v1.4
  11.  
  12. I'm working on an application I want to compile on many
  13. different platforms.  Somewhere along the line, I need to
  14. obtain a list of all files in a directory.  In OS/2, DOS,
  15. WinNT, etc... the way to do this is with DosFindFirst and
  16. DosFindNext.  However, these are not part of the ANSI
  17. standard, so I want to know, what should I use?  Are these
  18. actually supported on everything, or is there another way
  19. to do this?
  20. --------------------------
  21. Stephane Charette, charrick@netrover.com
  22.  
  23.